
.industry_inner {
	width: auto;
	height: fit-content;
	border-radius: 3px;
	margin: auto;
	display: block;
	padding: 0 7px;
}

.industry_text {
  margin-top: 25px;
  font-weight: 600;
  text-align: center;
}
.industry_box {
  width: 400px;
  height: 400px;
  border: 3px solid #d94252;
}
.svg_industry {
  width: 48px;
  height: 48px;
}
.industry_text_title {
	font-size: 2.3em;
	font-weight: 600;
	font-family: sans-serif;
	color: var(--deep_dark_2);
	text-align: left;
	width: fit-content;
	padding: 3px 6px;
}
.text_a_svg {
  display: flex;
  align-items: center;
}
.svg_border_industry {
  padding: 3px 6px;
}
.svg_border_industry_v2 {
	padding: 3px 6px;
	border: solid 3px black;
	border-radius: 15px;
}
.line_connect {
  width: 30px;
  border-bottom: solid 3px black;
}









@media only screen and (min-device-width: 1400px) {
.industry_inner {
  width: 1200px;
  margin: auto;
}
.industry_text {
  margin-top: 25px;
  font-weight: 600;
  text-align: center;
}
.industry_box {
  width: 400px;
  height: 400px;
  border: 3px solid #d94252;
}
.svg_industry {
  width: 48px;
  height: 48px;
}
.industry_text_title {
	font-size: 2.3em;
	font-weight: 600;
	font-family: sans-serif;
	color: var(--deep_dark_2);
	text-align: left;
	width: fit-content;
	padding: 3px 6px;
}
.text_a_svg {
  display: flex;
  align-items: center;
}
.svg_border_industry {
  padding: 3px 6px;
}
.svg_border_industry_v2 {
	padding: 3px 6px;
	border: solid 3px black;
	border-radius: 15px;
}
.line_connect {
  width: 30px;
  border-bottom: solid 3px black;
}
}
